home *** CD-ROM | disk | FTP | other *** search
- ##
- ## Proxomitron Config File
- ##
-
- [Global]
- Enable = TRUE
- FreezeGIF = TRUE
- FilterHTML = TRUE
- FilterHeadersOut = TRUE
- FilterHeadersIn = TRUE
- EnableProxy = FALSE
- EnableAutoRun = FALSE
- ForceTextures = FALSE
- NoTextures = FALSE
- SysTray = TRUE
- Back.BMP = "..\Textures\FlatBlack.BMP"
- Inset.BMP = "..\Textures\bbuble.BMP"
- Face2.BMP = "..\Textures\DarkWood.BMP"
- Button.BMP = "..\Textures\BluGrayButton.BMP"
- Port = 8080
-
- [HTTP headers]
- In = FALSE
- Out = TRUE
- Key = "Accept-encoding: prevent webpage encoding (out)"
- Match = "*"
-
- In = TRUE
- Out = FALSE
- Key = "Content-Type: Fix Javascript mime types"
- URL = "*.js(^?)"
- Match = "text/plain"
- Replace = "text/javascript"
-
- In = TRUE
- Out = FALSE
- Key = "Content-Type: Fix MIDI mime types"
- URL = "*.mid((^?)|#)"
- Match = "text/plain"
- Replace = "audio/mid"
-
- In = TRUE
- Out = FALSE
- Key = "Content-Type: Fix MP3 mime types"
- URL = "*.mp3((^?)|#)"
- Match = "text/plain"
- Replace = "audio/x-mpeg"
-
- In = FALSE
- Out = FALSE
- Key = "Content-Type: Kill all images"
- Match = "image/*"
- Replace = "Image killed\k"
-
- In = FALSE
- Out = FALSE
- Key = "Cookie: (Out)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Forwarded:"
- Replace = "\h"
-
- In = FALSE
- Out = FALSE
- Key = "If-Modified-Since: Always reload pages (Out)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Last-Modified: (In)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Pragma: Don't force reloads"
- Match = "no-cache"
-
- In = FALSE
- Out = TRUE
- Key = "Referer: Hide where we've been (Out)"
- Match = "*"
- Replace = "\u"
-
- In = FALSE
- Out = FALSE
- Key = "Set-cookie: Never accept cookies (In)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "URL-Killer: kill image URLs (out)"
- URL = "*.(jpeg|jpg|gif|png)"
- Replace = "This connection has been axed\k"
-
- In = FALSE
- Out = TRUE
- Key = "User-Agent:"
- Match = "*"
- Replace = "SpaceBison/0.01 [fu] (Win67; X; ShonenKnife)"
-
- In = FALSE
- Out = FALSE
- Key = "X-Forwarded-For:"
- Replace = "255.255.255.255, \h"
-
-
- [Patterns]
- Name = "Image UnMapper"
- Active = TRUE
- Bounds = "<area*>"
- Limit = 256
- Match = "*href=(\w)\0*&*href=\w([-_~0-9.a-z]+)\1(/|)[ ">]*"
- Replace = "<font size=2><a href=\0 >\1</a></font>"
-
- Name = "Link textifier"
- Active = TRUE
- Bounds = "<a\s*</a>"
- Limit = 256
- Match = "*href=(\w)\0*<img(*alt="\1"|)*>*"
- Replace = "<center><font size=1><a href=\0 >[\1]</a></font></center>"
-
- Name = "Background killer"
- Active = TRUE
- Limit = 100
- Match = "background=\w"
-
- Name = "Image killer"
- Active = TRUE
- Bounds = "<(img|image)\s*>"
- Limit = 256
- Match = "<(img|image)\s * src=(\w)\2 *>&(*alt="\1"|)*"
- Replace = "<font size=1><a href=\2 >\1</a></font>"
-
- Name = "De-Colorizer"
- Active = FALSE
- Limit = 128
- Match = "bgcolor=|color=|([va]|)link=|text=|style="
-
- Name = "Ad-Script killer"
- Active = TRUE
- Bounds = "<script\s*</script>|<noscript>*</noscript>"
- Limit = 4096
- Match = "*(src=|<img)*"
- Replace = "<!-- Script Killed -->"
-
- Name = "AllScript killer"
- Active = FALSE
- Limit = 100
- Match = "<(/|)\1(noscript|script)"
- Replace = "<\1DeadScript"
-
- Name = "Supress JavaScript errors"
- Active = TRUE
- Limit = 800
- Match = "<start>"
- Replace = "<script>"
- "function NoErr(){return(true);}"
- "window.onerror=NoErr;"
- "</script>\n"
-
- Name = "Java applet killer"
- Active = TRUE
- Limit = 800
- Match = "<applet*</applet>"
-
-
- [Proxies]
-
-
-